Version

FramesCollectionBase<T> Class Members

The following tables list the members exposed by FramesCollectionBase<T>.

Protected Constructors
 NameDescription
Protected ConstructorFramesCollectionBase<T> ConstructorDeserialization constructor  
Public Properties
 NameDescription
Public PropertyCountReturns the number of items in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<LiveTileFrame<T>>)
Public PropertyItemReturns the item at the specified ordinal position within this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<LiveTileFrame<T>>)
Protected Properties
 NameDescription
Protected PropertyNotifyHandlerNotifyHandler  
Protected PropertyPropertyIdOverridden. Returns the property identifier for this instance.  
Protected PropertyTileSizeReturns the tile size.  
Public Methods
 NameDescription
Public MethodClearRemoves all items from this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<LiveTileFrame<T>>)
Public MethodIndexOfReturns the index of the specified item. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<LiveTileFrame<T>>)
Public MethodRemoveRemoves the specified frame from this collection.  
Public MethodToStringReturns the string representation of this object. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<LiveTileFrame<T>>)
See Also